Hello, Im new to pagerduty and have a question about Pagerduty signature verifictaion.
https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTkz-verifying-signatures .
In this document, its mentioned, one needs to compute SHA-256 using the provided secret on the " json payload".
Im confused about whether to include header or convert to different format like plain text and so on. When i have checked online HMAC Generator, the computed output hash value was never in match with the payload signature.
Could you please guide how to do verification? Linking an old topic as helpful article [https://community.pagerduty.com/forum/t/how-do-we-verify-webhook-v3-signatures-current-documentation-outdated/3447]